@charset "UTF-8";
/* CSS Document */

/*header*/
.header{
    height: 84px;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    min-width: 1200px;
    transition: all 0.5s;
}

/*logo*/
.header .logo {
    float: left;
    height: 84px;
    transition: all 0.5s;
}
.header .logo a {
    float: left;
    display: list-item;
    line-height: 84px;
    text-align: center;
    height: 84px;
    list-style: none;
    transition: all 0.5s;
}
.header .logo a img {
    height: 60%;
    vertical-align: middle;
    transition: all 0.5s;
}

/*navigation*/
.header .right-header {
    float: right;
}
.header .nav{}
.header .nav ul li {
    float: left;
    height: 84px;
    text-align: center;
    transition: none;
    position: relative;
    margin-left: 20px;
		position: relative;
		z-index: 1;
}
.header .nav ul li:first-child {
    background: none;
}
.header .nav ul li > a {
    display: block;
    font-size: 18px;
    color: #333333;
    text-align: center;
    height: 82px;
    line-height: 82px;
    transition: all 0.5s;
}
.header .nav ul li:hover > a ,.header .nav ul li.active > a {
    border-bottom: 2px #46a440 solid;
}

.header .nav ul li dl{position:absolute;left:0;top:100%;width:100%;display:none;background:rgba(0,0,0,0.7);z-index:1000;}
.header .nav ul li dd{line-height: 1.5; padding: 8px 5px;}
.header .nav ul li dd a{display:block;font-size:12px;color:#FFFFFF;}

.header-small{
    height: 56px;
    transition: all 0.5s;
}
.header-small .logo {
    height: 56px;
    transition: all 0.5s;
}
.header-small .logo a {
    line-height: 56px;
    height: 56px;
}
.header-small .logo a img {
    transition: all 0.5s;
}
.header-small .nav ul li {
    height: 56px;
    transition: all 0.5s;
}
.header-small .nav ul li > a {
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    transition: all 0.5s;
}

@font-face {
    font-family: dincond-medium-webfont;
    src: url('../fonts/dincond-medium-webfont.eot');
    src: url('../fonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dincond-medium-webfont.woff2') format('woff2'), url('../fonts/dincond-medium-webfont.woff') format('woff'), url('../fonts/dincond-medium-webfont.ttf') format('truetype'), url('../fonts/dincond-medium-webfont.svg#novecentowide-bold-webfont') format('svg')
}



/*banner*/
.banner,.banner .flexslider,.banner .slides li{width: 100%; height: 768px;}
.slides li a{ display: block; width: 100%; height: 100%;}
.flexslider{position:relative;overflow:hidden; z-index:1;}
.slides{position:relative;z-index:1;}

/********** 圆点切换 **********/
.flex-control-nav{position:absolute;bottom:15px; z-index:1;padding-left:0;width:1200px;left:0;right:0; height:10px; line-height:2px;margin:0 auto;text-align:center;}
.flex-control-nav li{width:10px;height:10px;margin:0 7px;display:inline;zoom:1;text-align:center; overflow:hidden;}
.flex-control-nav a{display:inline-block;width:10px;height:10px; line-height:50px;cursor:pointer;color:#fff;font-family:Arial; overflow:hidden; background:#fff; border-radius: 10px;}
.flex-control-nav .flex-active{ background: #f0991c;}

.banner,.ban-video{
    width: 100%;
    height: 768px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.banner{
    margin-top: 84px;
}
.ban-video{
    overflow: hidden;
}
.ban-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .banner-text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.banner .warpper{
    padding-top: 270px;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    color: rgba(255,255,255,0.28);
}
.banner-text h6{
    font-size: 78px;
    color: #FFFFFF;
    line-height: 80px;
    margin-bottom: 20px;
}
.sub-banner {
    height: 405px;
    min-width: 1200px;
    margin: 84px auto 0;
    position: relative;
}
.sub-banner .warpper{
    padding-top: 250px;
}

/*index-section*/
.mission{
    padding: 59px 0;
    height: 650px;
    background: #e7e8e5 url("../images/mission-bg.jpg") center bottom no-repeat;
    min-width: 1200px;
}
.mission-title{
    font-size: 60px;
    color: #333333;
    text-align: center;
    margin-bottom: 50px;
}
.mission-video{
    float: left;
    width: 722px;
    height: 514px;
    background: url("../images/player-bg.png") center top no-repeat;
    padding-top: 20px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mission-video .video-box{
    width: 693px;
    height: 467px;
    overflow: hidden;
}
.mission-video .video{
    width: 100%;
    height: 100%;
    background: url("../images/player-img.jpg") center top no-repeat;
    object-fit: cover;
}
.mission-detail{
    float: right;
    width: 430px;
    font-size: 24px;
    color: #666;
}

.index-profile{
    position: relative;
    height: 768px;
    background-size: auto 100%;
    min-width: 1200px;
}
.index-profile .shade{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.78);
}
.index-profile .warpper{
    padding: 150px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index-title{
    font-size: 60px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
}
.index-detail{
    font-size: 24px;
    line-height: 44px;
    color: #FFFFFF;
    text-align: center;
    height: 264px;
    overflow: hidden;
}
.index-more{
    display: block;
    width: 179px;
    height: 58px;
    margin: 50px auto 0;
    border: 1px #FFFFFF solid;
    text-align: center;
    line-height: 58px;
    color: #FFFFFF;
    font-size: 20px;
    position: relative;
    top: 0;
    transition: all 0.5s;
}
.index-more:hover{
    color: #33b045;
    border: 1px #33b045 solid;
    top: -10px;
}

.index-aptitude{
    padding: 134px 0;
    height: 500px;
    background: #fefefe;
}
.aptitude-img{
    float: left;
    width: 377px;
    height: 477px;
    background: url("../images/aptitudebg.png") center no-repeat;
    padding-top: 25px;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.aptitude-img img{
    transform: rotate(-7deg);
}
.aptitude-info{
    float: right;
    width: 660px;
    padding-top: 50px;
}
.aptitude-info h6{
    font-size: 60px;
    color: #333333;
    margin-bottom: 30px;
}
.aptitude-detail{
    font-size: 22px;
    line-height: 44px;
    color: #666;
    height: 220px;
    overflow: hidden;
}
.aptitude-info .index-more{
    margin: 30px 0 0;
    border: 1px #33b045 solid;
    color: #33b045;
}

.index-business{}
.index-business .business-info{
    padding: 46px 0;
    text-align: center;
    font-size: 50px;
    color: #333333;
}
.busthree-nav{ color: #999999; line-height: 26px; padding-bottom: 20px; border-bottom: 1px solid #EEEEEE; margin-bottom: 30px; font-family: "宋体";}
.busthree-nav  pre{white-space: pre-wrap !important;
word-wrap: break-word !important;
*white-space:normal !important;}
.business-list{}
.business-list ul li{
    float: left;
    width: 33.33%;
    height: 360px;
    overflow: hidden;
    position: relative;
}
.business-list ul li:nth-child(1),.business-list ul li:nth-child(2){
    width: 50%;
}
.business-list ul li img{
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1600px) {
    .business-list ul li{
        float: left;
        width: 33.33%;
        height: 300px;
        overflow: hidden;
    }
}
@media screen and (max-width: 1366px) {
    .business-list ul li{
        float: left;
        width: 33.33%;
        height: 252px;
        overflow: hidden;
    }
}
.business-list ul li .shade{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.business-list ul li:hover .shade{
    display: none;
}

.business-list ul li .b-info{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 150px;
    width: 500px;
    background: url("../images/shade-bg.png") left bottom no-repeat;
    background-size: 0 0;
    transition: all 0.5s;
    padding: 30px 70px 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.business-list ul li .b-info h6{
    line-height: 50px;
    color: #FFFFFF;
    font-size: 20px;
    transition: all 0.5s;
    padding-top: 60px;
}
.business-list ul li .b-info p{
    display: none;
    padding-right: 65px;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    height: 48px;
    overflow: hidden;
    background: url("../images/jt.png") right bottom no-repeat;
    border-top: 1px rgba(255,255,255,0.5) solid;
    padding-top: 10px;
}
.business-list ul li:hover .b-info{
    background: url("../images/shade-bg.png") left bottom no-repeat;
    background-size: 500px 150px;
}
.business-list ul li:hover .b-info h6{
    font-size: 24px;
    font-weight: bold;
    padding-top: 0;
}
.business-list ul li:hover .b-info p{
    display: block;
}

@media screen and (max-width: 1366px) {
    .business-list ul li .b-info{
        width: 400px;
    }
    .business-list ul li:hover .b-info{
        background-size: 400px 150px;
    }
}

.index-news{
    padding: 84px 0;
    height: 600px;
    background: url("../images/news-bg.jpg") center top no-repeat;
    min-width: 1200px;
}
.news-scroll{
    float: left;
    width: 570px;
    padding-top: 40px;
}
.news-scroll h2{
    color: #333333;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
}
.news-scroll .swiper-container{
    height: 440px;
}
.news-scroll ul li{
    height: 440px;
    position: relative;
}
.news-scroll ul li img{
    display: block;
    width: 100%;
    height: 330px;
}
.news-scroll ul li .news-info{
    width: 100%;
    height: 110px;
    padding-top: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;
}
.news-scroll ul li .news-info h6{
    font-size: 24px;
    color: #333;
    line-height: 40px;
}
.news-scroll .swiper-pagination{
    bottom: 130px;
    text-align: right;
}
.news-scroll .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: 1;
    background: transparent;
    margin: 0 15px 0 0!important;
    border: 1px #33b045 solid;
}
.news-scroll .swiper-pagination-bullet-active {
    background: #33b045;
}
.inews-list{
    float: right;
    width: 550px;
}
.inews-list ul li{
    padding: 15px 0;
    border-bottom: 1px #dddddd dashed;
}
.inews-list ul li h6{
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}
.inews-list ul li p{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.inews-list ul li span{
    display: block;
    line-height: 20px;
    color: #666666;
    background: url("../images/news-jt01.png") right center no-repeat;
    margin-top: 5px;
}
.inews-list ul li:hover h6{
    color: #33b045;
    font-weight: bold;
}
.inews-list ul li:hover span{
    background: url("../images/news-jt02.png") right center no-repeat;
}

/*index-section end*/

/*footer*/
.footer{
    background: #f2f2f2;
    border-top: 4px #46a440 solid;
}
.f-contact{
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.f-contact .f-code{
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-right: 30px;
}
.f-contact .f-code img{
    display: block;
    width: 127px;
    height: 127px;
    padding: 4px;
    background: #FFFFFF;
}
.f-contact-ways{
    font-size: 16px;
    color: #666;
}
.f-contact-ways p{
    margin-bottom: 15px;
}
.copyright{
    text-align: center;
    line-height: 36px;
    border-top: 1px #dddddd solid;
    font-size: 12px;
    color: #999999;
}


.backTop{
    position: fixed;
    right: 10px;
    top: 80%;
}
.backTop a{
    display: block;
    width: 46px;
    height: 46px;
    background: #46a440 url("../images/top.png") center no-repeat;
    border-radius: 5px;
}
/*footer end*/

/* sub-section */

/*------- page -------*/
.m-page{
    text-align: right;
    margin-top: 40px;
}
.m-page a{
    display: inline-block;
    padding: 0 12px;
    margin: 0 4px;
    line-height: 35px;
    border: 1px #cccccc solid;
    color: #999999;
    font-size: 14px;
    border-radius: 3px;
}
.m-page a.z-crt{
    color: #FFFFFF;
    background: #33b045;
    border: 1px #33b045 solid;
}
.m-page a.pageprv,.m-page a.pagenxt{
    background: #FFFFFF;
}
.m-page a.pageprv:hover,.m-page a.pagenxt:hover{
    background: #33b045 ;
    border: 1px #33b045 solid;
}
/*------- page end -------*/

.second-nav{
    height: 66px;
    border-bottom: 1px #dddddd solid;
}
.second-nav .secNav{ text-align: center;}
.second-nav .secNav ul{ display: inline-block;}
.second-nav .secNav ul li{
    float: left;
    /*width: 140px;*/
    height: 66px;
    margin-right: 20px;
    /*padding-left: 50px; padding-right: 15px;*/
}
.second-nav .secNav ul li a{
    display: block;
    color: #666666;
    font-size: 18px;
    line-height: 66px;
    text-align: center;
}
.second-nav .secNav ul li.active{
    position: relative;
    top: -30px;
    background:  url("../images/nav-bg.png") center top no-repeat;
     background-size: 100%  100%;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 16px;
}
.second-nav .secNav ul li.active a{
    color: #33b045;
    font-weight: bold;
}

.sub-section{
    min-height: 200px;
    padding: 40px 0;
    font-size: 14px;
    color: #666;
    line-height: 29px;
		background-color: rgba(246,248,243,1);
}
.sub-section .warpper:after{ content: ''; display: block; width: 0px; height: 0px; clear: both; margin: 0px; padding: 0;}

/* 公司简介 */
.profile{}
.profile .profile-title{
    min-height: 40px;
    background: url("../images/profile-slogn.png") right bottom no-repeat;
    margin-bottom: 70px;
}
.profile .profile-title h6{
    font-size: 30px;
    color: #333333;
    line-height: 40px;
}
.profile .profile-title p{
    font-size: 14px;
    color: #999;
    font-family: Arial;
}
.profile-img{
    float: left;
    width: 478px;
}
.profile-img ul li{
    float: left;
    width: 100%;
    margin-bottom: 2px;
}
.profile-img ul li:nth-child(3){
    width: 50%;
    height: 177px;
}
.profile-img ul li:nth-child(4){
    float: right!important;
    width: 49%;
    height: 177px;
}
.profile-img ul li img{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}
/*.profile-img ul li:hover img{
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}*/
.profile-detail{
    float: right;
    width: 690px;
}
/* 公司简介 end */

/* 荣誉资质 */
.honor{}
.honor ul li{
    float: left;
    width: 277px;
    height: 182px;
    border: 4px #8b8b8b solid;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
}
.honor ul li:nth-child(4n){
    margin-right: 0;
}
.honor ul li img{
    display: block;
    width: 100%;
    height: 100%;
}
.honor ul li .shade{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(70,164,64,0.9);
    color: #FFFFFF;
    padding: 20px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.5s;
    transform: scale(0);
}
.honor ul li .shade h6{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.honor ul li .shade p{
    line-height: 22px;
    height: 88px;
    overflow: hidden;
}
.honor ul li:hover .shade{
    transform: scale(1);
}
/* 荣誉资质 end */

/* 业务介绍 */
.third-nav{
    float: left;
    width: 277px;
}
.third-nav .third-title{
    width: 277px;
    height: 84px;
    background: #46a440;
    text-align: center;
    color: #FFFFFF;
}
.third-nav .third-title h6{
    font-size: 20px;
    padding-top: 15px;
}
.third-nav .third-title p{
    opacity: 0.3;
    font-size: 14px;
    line-height: 24px;
}
.third-nav ul li{
    margin-top: 3px;
    height: 53px;
    border-left: 2px #bbbbbb solid;
}
.third-nav ul li a{
    display: block;
    line-height: 53px;
    background: #e5e5e5;
    padding-left: 30px;
    transition: all 0.5s;
    color: #666;
}
.third-nav ul li.active a,.third-nav ul li:hover a{
    padding-left: 70px;
    color: #FFFFFF;
    background: url("../images/third-bg.png") right center no-repeat;
}

.business{
    float: right;
    width: 820px;
}
.business .business-title{
    margin-bottom: 25px;
}
.business .business-title h6{
    font-size: 30px;
    color: #333333;
}
.business .business-title p{
    font-size: 14px;
    color: #999999;
    font-family: Arial;
}
/* 业务介绍 end  */

/* 党的建设 */
.masses{}
.masses .masses-title{
    min-height: 40px;
    background: url("../images/masses-slogn.png") right bottom no-repeat;
    margin-bottom: 40px;
}
.masses .masses-title h6{
    font-size: 30px;
    color: #333333;
    line-height: 40px;
}
.masses .masses-title p{
    font-size: 14px;
    color: #999;
    font-family: Arial;
}
/* 党的建设 end */

/* 联系方式 */
.contact{}
.contact .map{
    float: left;
    width: 670px;
    height: 400px;
    overflow: hidden;
}
.contact-ways{
    float: right;
    width: 500px;
}
.contact-ways h6{
    font-size: 30px;
    color: #333333;
    margin-top: 40px;
}
.contact-ways h6:after{
    display: block;
    content: '';
    width: 100%;
    height: 30px;
    /*margin: 50px 0;
    background: url("../images/xieline.png") left center no-repeat;*/
}
.contact-ways ul li{
    padding-left: 30px;
    margin-bottom: 12px;
}
.contact-ways ul li:nth-child(1){ background: url("../images/c01.png") left center no-repeat;}
.contact-ways ul li:nth-child(2){ background: url("../images/c02.png") left center no-repeat;}
.contact-ways ul li:nth-child(3){ background: url("../images/c02.png") left center no-repeat;}
.contact-ways ul li:nth-child(4){ background: url("../images/c04.png") left center no-repeat;}
.contact-ways ul li:nth-child(5){ background: url("../images/c05.png") 2px center no-repeat;}
/* 联系方式 end */

/* 报名 */
.message{}
.message .message-title{
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-bottom: 50px;
}
.message .message-title h6{
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;
}
.message-form{}
.message-form ul li{
    float: left;
    width: 366px;
    height: 35px;
    border-bottom: 1px #a9a9a9 solid;
    margin-right: 50px;
    padding-left: 34px;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.message-form ul li:nth-child(1){ background: url("../images/app01.png") left center no-repeat;}
.message-form ul li:nth-child(2){ background: url("../images/app02.png") left center no-repeat;}
.message-form ul li:nth-child(3){
    margin-right: 0;
    background: url("../images/app03.png") left center no-repeat;
}
.message-form ul li:nth-child(4){
    margin-right: 0;
    width: 100%;
    background: url("../images/app04.png") left center no-repeat;
}

.message-form ul li input{
    width: 100%;
    margin-top: 10px;
    border: none;
}
.message-form input[type=button]{
    display: block;
    padding-left: 43px;
    height: 34px;
    background: url("../images/app05.png") center bottom no-repeat;
    border: none;
    cursor: pointer;
    margin: 0 auto;
}
/* 报名 end */

/* 产品介绍 */
.product{ overflow: hidden;}
.product ul{ width: 831px;}
.product ul li{
    float: left;
    width: 48%;
    margin-right: 11px;
    margin-bottom: 5px;
}
.product ul li img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.product ul li p{
    padding-right: 25px;
    line-height: 40px;
    font-size: 16px;
    color: #666666;
    background: url("../images/p-jt01.png") right center no-repeat;
}
.product ul li:hover img{
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}
.product ul li:hover p{
    color: #33b045;
    font-weight: bold;
    background: url("../images/p-jt02.png") right center no-repeat;
}
/* 产品介绍 end */

/* 新闻 */
.new-news{
    padding: 25px;
    background: #dedede url("../images/new-news-bg.jpg") center top no-repeat;
}
.new-news img{
    float: left;
    width: 550px;
    height: 320px;
}
.new-news .news-info{
    float: right;
    width: 550px;
}
.new-news .news-info h6{
    padding: 30px 0 20px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.new-news .news-info span{
    font-size: 14px;
    font-family: Arial;
    color: #666666;
}
.new-news .news-info p{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    height: 156px;
    overflow: hidden;
    margin-top: 30px;
}
.news-list{
    margin-top: 30px;
}
.news-list ul li{
    float: left;
    width: 590px;
    padding: 16px;
    border: 1px #ededed solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.news-list ul li:nth-child(2n){
    float: right;
}
.news-list ul li img{
    float: left;
    width: 323px;
    height: 187px;
}
.news-list ul li .news-info{
    float: right;
    width: 210px;
}
.news-list ul li .news-info h6{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0;
}
.news-list ul li .news-info span{
    display: block;
    font-size: 14px;
    font-family: Arial;
    margin-bottom: 10px;
}
.news-list ul li .news-info p{
    line-height: 26px;
    height: 78px;
    overflow: hidden;
}
.news-list ul li:hover{
    background: #46a440;
}
.news-list ul li:hover .news-info *{
    color: #FFFFFF;
}
/* 新闻 end  */


/* sub-section  end*/








































